Google Cloud (GCP)

  • Cut and Paste
    gcloud auth login --no-launch-browser # on embedded
    gcloud auth application-default login
    gcloud auth list
    gcloud auth revoke --all
    
    export GOOGLE_APPLICATION_CREDENTIALS=./pathto/serviceAccount.json
    
    gcloud projects list
    gcloud config set project PROJECT_ID
    
    
    firebase projects:list
    firebase use <project-id>
    
  • Get their NGINX template from an app container

https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit

https://github.com/GoogleCloudPlatform/community


Google Storage